@charset "UTF-8";

/**
 * 
 * @authors Your Name (you@example.org)
 * @date    2017-10-18 08:57:34
 * @version $Id$
 */
@font-face {
    font-family: "SourceBold";
    src: url('../font/SourceHanSansCN-Bold.ttf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "SourceLight";
    src: url('../font/SourceHanSansCN-Light.ttf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "SourceMedium";
    src: url('../font/SourceHanSansCN-Medium.ttf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "SourceRegular";
    src: url('../font/SourceHanSansCN-Regular.ttf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "SourceNormal";
    src: url('../font/SourceHanSansCN-Normal.ttf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "SourceHeavy";
    src: url('../font/SourceHanSansCN-Heavy.ttf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
/* header */
header {
    width: 100%;
    z-index: 22;
    position: absolute;
    top: 0;
}

#banner {
    position: relative;
}

#banner header {
    padding: 0 50px;
}

.header-r {
    display: flex;
    align-items: center;
}

.header-main {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 90px;
}

.head-sou {
    margin-left: 40px;
    position: relative;
}

.head-sou .head-soubox {
    position: absolute;
    right: 0;
    top: 45px;
    background-size: cover;
    width: 400px;
}

.head-souflex {
    display: flex;
    background: #fff;
    position: relative;
}

.head-souflex::after {
    position: absolute;
    content: "";
    border-top: 11px solid #fff;
    border-right: 11px solid #fff;
    transform: rotate(45deg);
    right: 3px;
    top: -5px;
}

.head-soubox input {
    border: none;
    width: 100%;
    padding-left: 33px;
    height: 74px;
    line-height: 74px;
}

.head-soubox button {
    background: url('../img/head-soubt.png') no-repeat center;
    border: none;
    width: 55px;
    height: 74px;
    line-height: 74px;
    display: block;
    position: relative;
}

.head-soubox button::after {
    position: absolute;
    content: " ";
    width: 1px;
    height: 22px;
    background: #a9a9a9;
    left: 0;
    top: 50%;
    margin-top: -11px;
}


.logo {
    display: flex;
    align-items: center;
}

.logo img {
    display: block;

}

.logo-txt h3 {
    font-size: 24px;
    line-height: 24px;
    color: #222222;
    font-weight: bold;
    margin-bottom: 9px;
}

.logo-txt p {
    font-size: 15px;
    color: #444;
    line-height: 15px;
    font-family: "Arial";
}

.nav-ul {
    display: flex;
    align-items: center;
}

.nav-ul li {
    margin-right: 60px;
}

.nav-ul li:last-child {
    margin-right: 0px;
}

.nav-ul li>a {
    display: block;
    font-size: 16px;
    color: #fff;
    line-height: 90px;
    position: relative;
}

.nav-ul li>a::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    background: #15a99a;
    bottom: 14px;
    left: 50%;
    transform: translateX(-50%);
    display: none;
}

.nav-ul li:hover>a::after,
.nav-ul li.nav-active a::after {
    display: block;
}

.shubiao {
    position: absolute;
    bottom: 90px;
    left: 0;
    z-index: 6;
    left: 50%;
    margin-left: -11px;
    animation: spined 3s linear infinite;
}
.head-chabt {
    display: none;
    cursor: pointer;
}
.head-soubox {
    display: none;
}
.head-souimg {
    
    cursor: pointer;
}
.head-chabt img{
    width: 100%;
}
.head-souw{
    width: 24px;
}
.logo img{
    width: 100%;
}
@media(max-width: 1600px) {
    .nav-ul li {
        margin-right: 40px;
    }
   
   
}

@media(max-width: 1400px) {
    .nav-ul li {
        margin-right: 20px;
    }
}

@media(max-width: 1200px) {
    .nav-ul li {
        margin-right: 10px;
    }

    .nav-ul li>a {
        font-size: 14px;
    }

    .logo-txt h3 {
        font-size: 20px;
        line-height: 20px;
    }

    .logo-txt p {
        font-size: 13px;
        line-height: 13px;
    }
    .logo{
        width: 260px;
    }
}

@media(max-width: 991px) {
    .nav {
        display: none;
    }

    .header-main {
        height: 70px;
    }
    .head-sou{
        display: none;
    }
    .header-r{
        display: none;
    }
}

@media(max-width: 499px) {
    .logo img {
        width: 200px;
    }

    .logo-txt h3 {
        font-size: 16px;
        line-height: 16px;
    }

    .logo-txt p {
        font-size: 10px;
        line-height: 10px;
    }
}
@keyframes spined{
    0%{
        transform: translateY(0px);
    }
    50%{
        transform: translateY(-8px);
    }
    75%{
        transform: translateY(8px);
    }
    100%{
        transform: translateY(0px);
    }
}

/*首页原料分类*/
.ylcate ul{ 
    display: flex;
   
}
.ylcate ul li{
    width: 33.33333%;
    padding:50px 60px 35px 120px;

}
.ylcate li a{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.ylcate ul li{
    border-right: 1px solid #eeeeee;
}
.ylcate-lflex{
    display: flex;
}
.ylcate-limg{
    margin-right: 30px;
}
.ylcate ul li:last-child{
    border-right: none;
}
.ylcater-txt h3{
    font-family: "SourceNormal";
    font-size: 20px;
}
.ylcater-txt p{
    margin-top: 9px;
    width: 219px;
}
.ylcater-txt p:nth-last-child(1){
    display: none;
}
.ylcate ul li:hover{
    background-size: 100%;
   
    background: url('../img/ylcate-bg.jpg') no-repeat top center;
}
.ylcate ul li:hover a{
    color: #fff;
}
.ylcate ul li .ylcate-limg img:last-child{
    display: none;
}
.ylcate ul li:hover .ylcate-limg img:last-child{
    display: block;
}
.ylcate ul li:hover .ylcate-limg img:first-child{
    display: none;
}
.ylcate ul li:hover .ylcate-r{
    display: none;
}

.ylcate ul li:hover .ylcater-txt p:nth-last-child(2){
    display: none;
}

.ylcate ul li:hover .ylcater-txt p:nth-last-child(1){
    display: block;
}

@media(max-width:1600px){
    .ylcate ul li {
        padding: 40px 30px 35px 60px;
    }
}
@media(max-width:1200px){
    .ylcate ul li {
        padding: 30px 25px 25px 20px;
    }
    .ylcate-r{
        display: none;
    }
}
@media(max-width:991px){
    .ylcate ul{
        display: block;
    }
    .ylcate ul li{
        width: 100%;
    }
    .ylcater-txt h3{
        font-size: 18px;
    }
    .logo{
        width: 200px;
    }
    .logo img{
        width: 100%;
    }
    #banner header{
        padding: 0 15px;
    }
}


/*底部*/
#footer{
    background: #202020;
    padding-top: 40px;
}
.footer-top{
    display: flex;
    justify-content: space-between;
}
.footer-tel{
    display: flex;
    align-items: center;
    padding-bottom: 20px;
}
.footer-teltxt{
    color: #fff;
    margin-left: 32px;
}
.footer-teltxt h3{
    font-size: 16px;
    font-family: "SourceLight";
}
.footer-teltxt h4{
    font-size: 36px;
    font-family: "SourceBold";
    margin-top: 5px;
}
.footer-top{
    border-bottom: 1px solid #2c2c2c;
}
.footer-c{
    padding-top: 60px;
    display: flex;
    justify-content: space-between;
}
.footer-nav ul{
    display: flex;
}
.footer-nav ul li{
    margin-right: 60px;
}
.footer-nav ul li dl dt a{
    color: #fff;
    font-family: "SourceMedium";
    font-size: 18px;
}
.footer-nav ul li dl dt{
    margin-bottom: 25px;
}
.footer-nav ul li dl dd a{
    color: #969696;
    font-family: "SourceLight";
}
.footer-nav ul li dl dd{
    margin-bottom:15px;
}
.footer-code h3{
    font-family: "SourceLight";
    color: #fff;
    text-align: center;
    margin-top: 28px;
}
.footer-copy{
    height: 90px;
    display: flex;
    justify-content: space-between;
    /*line-height:88px;*/
    color: #818181;
    border-top: 1px solid #2c2c2c;
    margin-top: 60px;
}
@media(max-width:1800px){
    .footer-nav ul li{
        margin-right: 30px;
    }
}
@media(max-width:1600px){
    .footer-nav ul li{
        margin-right: 10px;
    }
}
@media(max-width:1400px){
    .footer-nav ul li{
        margin-right: 10px;
    }
    .footer-nav ul li dl dt a{
        font-size: 15px;
    }
    .footer-nav ul li dl dd a{
        font-size: 14px;
    }
}
@media(max-width:1200px){
    .footer-code{
        display: none;
    }
    .footer-nav ul{
        justify-content: space-between;
    }
    .footer-lastnav{
        width: 20%;
    }
    .footer-nav ul li{
        margin-right: 0;
    }
    .footer-nav{
        width: 100%;
    }
}
@media(max-width:991px){
    .footer-nav ul{
        display: block;
    }
    .footer-nav dl dd{
        display: inline-block;
        margin: 0 8px;
    }
    .footer-lastnav{
        width: 100%;
    }
    .footer-nav ul li{
        text-align: center;
    }
    .footer-nav ul li dl dt{
        margin-bottom: 10px;
    }
    .footer-logo{
        width: 250px;
        margin-top: 5px;
    }
    .footer-logo img{
        width: 100%;
    }
    .footer-teltxt h4{
        font-size: 24px;
    }
    .footer-c{
        padding-top: 40px;
    }
    .footer-copy{
        height: auto;
        display: block;
        padding: 15px 15px;
        line-height: 30px;
        margin-top: 30px;
    }
}
@media(max-width:600px){
    .footer-logo{
        width: 200px;
    }
    .footer-c{
        padding-top: 0px;
    }
    .footer-top{
        display: none;
    }
    #footer{
        padding-top: 20px;
    }
    .footer-copy{
        margin-top: 10px;
    }   
}

/*首页关于我们*/
.homeabout{
    background: #f8f9fb;
    padding-top: 80px;
    overflow: hidden;
}
.homeabout-w{
    display: flex;
}
.homeabout-l{
    width: 50%;
    background: #fff;
    padding: 80px 90px 0;
}
.homeabout-r{
    width: 50%;
    overflow: hidden;
}
.homeabout-r img{
    width: 100%;
    transition: all 0.5s;
}
.homeabout-r:hover img{
    transform: scale(1.1);
}
.homeabout-ltit span{
    font-size:42px;
    font-family: "SourceMedium";
    vertical-align: middle;
    line-height: 42px;
    margin-right: 10px;
}
.homeabout-l h4{
    font-size:42px;
    font-family: "SourceMedium";
    line-height: 42px;
    margin-top: 15px;
}
.homeabout-ltxt{
    margin-top: 80px;
    font-size: 18px;
    line-height: 35px;
    font-family: "SourceLight";
}

.homeabout-more{
    display: block;
    margin-top: 80px;
}
.homeabout-more a{
    color: #15a99a;
    font-family: "SourceRegular";
    margin-right: 5px;
}
.homeabout-more img{
    vertical-align: middle;    
}
.homeabout-llist{
    margin-top: 100px;
}
.homeabout-listimg{
   margin-right: 12px;
}
.homeabout-llist ul li{ 
    width: 25%;
    position: relative;
}
.homeabout-llist ul li .homeabout-listimg img{
    transition: all 0.4s;
}
.homeabout-llist ul li:hover .homeabout-listimg img{
    transform: translateY(-10px);
}
.homeabout-liw{
    display: flex;
    align-items: center;
    position: relative;
    z-index: 666;
}
.homeabout-llist ul{
    display: flex;
}
.homeabout-num{
    position: absolute;
    font-size: 60px;
    font-family: "SourceHeavy";
    color: #eff0f2;
    left: 36%;
    top: -15px;
    z-index: 66;
}
.homeabout-down{
    padding: 55px 0 60px;
    text-align: center;
}
@media(max-width:1700px){
    .homeabout-l{
        padding: 40px 50px 0;
    }
    .homeabout-more{
        margin-top: 50px;
    }
}
@media(max-width:1600px){
    .homeabout-l{
        padding: 40px 40px 0;
    }
    .homeabout-more{
        margin-top: 50px;
    }
    .homeabout-ltxt{
        margin-top: 40px;
    }
}

@media(max-width:1400px){
    .homeabout-ltit span{
        font-size: 28px;
    }
    .homeabout-l h4{
        font-size: 28px;
        margin-top: 8px;
    }
    .homeabout-ltxt{
        margin-top: 15px;
        font-size: 16px;
        line-height: 30px;
    }
    .homeabout-llist{
        margin-top: 60px;
    }
}

@media(max-width:1200px){
    .homeabout-ltit span{
        font-size: 24px;
    }
    .homeabout-l h4{
        font-size: 24px;
        margin-top: 0px;
        line-height: 30px;
    }
    .homeabout-more{
        margin-top: 10px;
    }
    .homeabout-llist{
        margin-top: 20px;
    }
    .homeabout-num {
        position: absolute;
        font-size: 45px;
        font-family: "SourceHeavy";
        color: #eff0f2;
        left: 59%;
        top: -10px;
        z-index: 66;
    }
    .homeabout-l {
        padding: 20px 40px 0;
    }
}
@media(max-width:991px){
    .homeabout-w{
        display: block;
    }
    .homeabout-l{
        width: 100%;
        margin-bottom: 20px;
        padding: 20px 40px 20px;
    }
    .homeabout-r{
        width: 100%;
    }
    .homeabout{
        padding-top: 40px;
    }
}
@media(max-width:600px){
    .homeabout-llist ul{
        flex-wrap: wrap;

    }
    .homeabout-llist ul li{
        width: 50%;
        margin-bottom:30px;
        
    }
    .homeabout-num{
        left: 60px;
    }
    .homeabout-down{
        padding: 10px 0 10px;
    }
}


/*首页产品*/
.hometit h3{
    text-align: center;
    font-family: "SourceMedium";
    font-size: 42px;
}
.homepro{
    padding: 90px 0 56px;
}
.homepro-box{
    margin-top: 60px;
}
.homepro-cate{
    padding: 0 390px;
}
.homepro-cateswiper a{
    font-size: 18px;
    font-family: "SourceMedium";
    color: #333333;
    display:inline-block;
    border-bottom: 4px solid #fff;
    padding-bottom: 10px;
}
.homepro-cateswiper a:hover{
    border-bottom: 4px solid #15a99a;
    color: #15a99a;
}
.homepro-cateswiper .swiper-slide{
    width: auto;
    margin-right: 120px;
}

.homepro-w{
    margin-top: 100px;
}
.homepro-swiper .swiper-slide img{
    width: 100%;
}
.homepro-w .swiper-slide img{
    transition: all 0.4s;
}
.homepro-w  .swiper-slide{
    overflow: hidden;
}
.homepro-w .swiper-slide:hover img{
    transform: scale(1.1);
}
.homepro-swiper .swiper-scrollbar {
    width: 44%;
    left: 50%;
    transform: translateX(-50%);
    margin-top:100px;
    height: 5px;
    background: #d8d8d8;
}
.homepro-swiper .swiper-scrollbar-drag {
    background: #15a99a;
} 
.homepro-swiper{
    padding-bottom: 100px;
    
}
.homepro-more a{
    width: 192px;
    height: 56px;
    background: #15a99a;
    color: #fff;
    display: block;
    text-align: center;
    line-height: 56px;
    border-radius: 3px;
    margin:50px auto 0;
    font-family: "SourceRegular";
}
.homepro-more a img{
    vertical-align: middle;
}
.homepro-more a span{
    vertical-align: middle;
}

/*首页管家*/
.homegj{
    background: url("../img/homegj-bg.jpg") no-repeat top center;
    padding-top: 116px;
    padding-bottom: 60px;
    overflow: hidden;
}
.homegj-box{
    padding-top: 60px;
}
.homegj-boxl{
    width: 450px;
    background: rgba(64, 183, 171, .8);
    display: flex;
    justify-content: center;
    height: 450px;
    border-radius: 50%;
    padding:70px 100px 0;
    text-align: center;
}
.homegj-boxl h2{
    font-size: 26px;
    font-family: "SourceMedium";
    color: #fff;
    margin-top: 40px;
}
.homegj-boxl p{
    margin-top: 50px;
    color: #fff;
    font-size: 18px;
    font-family: "SourceMedium";
    line-height: 36px;
}
.homegj-l{
    position: relative;
    left: 26%;
    z-index: 66;
}
/* .homegj-boxr{
    position: relative;
} */
.homegj-box{
    display: flex;
}
.homegj-boxr{
    position: absolute;
    right: 26%;
    z-index: 0;
}
.homegj-boxr{
    background: rgba(233, 197, 84, .8);
}
.homegj-more a{
    background: #fff;
    color: #969696;
    font-size: 18px;
    font-family: "SourceRegular";
    display: flex;
    align-items: center;
    justify-content: center;
}
.homepro-more a img{
    margin-right: 5px;
}
.homecase-tit .hometit h3{
    text-align:left;
}
.homecase{
    padding-top: 80px;
}
.homecase-tit{
    display: flex;
    justify-content: space-between;
}
.homecase-tit .homepro-more a{
    margin: 0;
    border: 1px solid #d8d8d8;
}
.homecase-w{
    margin-top: 60px;
}

.homecase-swiper .swiper-slide{
    overflow: hidden;
}

.homecase-swiper img{
    width: 100%;
}

.homecase-swiper .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    width: 50%;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    opacity: 0.5;
    
  }


.homecase-swiper .swiper-scrollbar {
    width: 44%;
    left: 50%;
    transform: translateX(-50%);
    margin-top:100px;
    height: 5px;
    background: #d8d8d8;
}
.homecase-swiper .swiper-scrollbar-drag {
    background: #15a99a;
} 
.homecase-swiper .swiper-slide.swiper-slide-active{
    opacity: 1;
}
.homecase-swiper .swiper-slide a{
    display: block;
    position: relative;
}
.homecase-swiper .homecase-txt{
    position: absolute;
    left: 0;
    bottom: 64px;
    text-align: left;
    background: rgba(33, 172, 161, 0.9);
    padding: 25px 0px 25px 48px;
    width: 318px;
    color: #fff;
    font-family: "SourceRegular";
    font-size: 20px;
}
.homecase-swiper .homecase-txt h3{
    margin-top: 5px;
}
.homecase-txt{
    display: none;
}
.homecase-swiper .swiper-slide.swiper-slide-active .homecase-txt{
    display: block;
}
.homecase-swiper{
    padding-bottom: 100px;
}
.homecase-swiper .swiper-pagination{
    bottom: 40px;
}
.homecase-swiper  .swiper-pagination .swiper-pagination-bullet{
    width: 12px;
    height: 12px;
    margin: 0 6px;
}
.homecase-swiper  .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: #15a99a;
}

/*首页新闻*/
.homenews{
    padding-bottom: 80px;
}
.homenews-box{
    display: flex;
    
}
.homenews-l .hometit h3{
    text-align: left;
}
.homenews-llist{
    margin-top: 100px;
}
.homenews{
    margin-top: 80px;
}
.homenews-l{
    width: 50%;
}
.homenews-r{
    width: 50%;
    background: #eff3f6;
    padding: 45px;
}
.homenews-llist ul li a{
    display: flex;
    font-family: "SourceRegular";
}
.homenews-time{
    margin-right: 80px;
}
.homenews-llist ul li{
    margin-bottom: 40px;
}
.homenews-rtit h3{
    font-family: "SourceRegular";
    font-size: 24px;
}   
.homenews-rarrow{
    position: relative;
    width: 170px;
}
.homenews-rtit{
    display: flex;
    justify-content: space-between;
}
.homenews-rbox{
    margin-top: 26px;
}
.homenews-rarrow .swiper-button-prev{
    width: 64px;
    height: 30px;
    background: url('../img/homenews-arrowl.png') no-repeat center;
    border: 1px solid #15a99a;
    border-radius:30px;
}
.homenews-rarrow .swiper-button-next{
    width: 64px;
    height: 30px;
    background: url('../img/homenews-arrowr.png') no-repeat center;
    border: 1px solid #15a99a;
    border-radius:30px;
    margin-left:16px;
}
.homenews-rswiper .swiper-slide a{
    display: block;
    position: relative;
}
.homenews-rtxt{
    position: absolute;
    bottom: 0;
    background: rgba(0,0,0,.5);
    color: #fff;
    padding: 24px 48px;
    font-family: "SourceRegular";
}
.homenews-rtxt h3{
    font-size: 18px;
}
.homenews-rtxt h4{
    font-size: 24px;
    margin: 5px 0;
}
.homenews-rtxt p{
    font-family: "SourceLight";
}
.homenews-ltxt{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

@media(max-width:1800px){
    .homepro-cate{
        padding: 0 100px;
    }
    .homegj-l{
        left: 20%;
    }
    .homegj-boxr{
        right: 20%;
    }
}
@media(max-width:1600px){

    .homegj-l{
        left:10%;
    }
    .homegj-boxr{
        right:10%;
    }
  
}
@media(max-width:1400px){

    .homegj-l{
        left:10%;
    }
    .homegj-boxr{
        right:10%;
    }
    .homenews-rboximg img{
        width: 100%;
    }
    .homenews-llist ul li{
        margin-bottom: 15px;
    }
    .homenews-r{
        padding: 20px;
    }
    .homenews-llist{
        margin-top: 50px;
    }
    .homenews-rtxt{
        padding: 15px 20px;
    }
}
@media(max-width:1200px){
    .homenews-time{
        margin-right: 20px;
    }
    .homenews-rtxt h4{
        font-size: 16px;
    }
    .homegj-l{
        left:8%;
    }
    .homegj-boxr{
        right:8%;
    }
    .homecase-swiper .homecase-txt {
        position: absolute;
        left: 0;
        bottom: 31px;
        text-align: left;
        background: rgba(33, 172, 161, 0.9);
        padding: 15px 0px 15px 30px;
        width: 280px;
        color: #fff;
        font-family: "SourceRegular";
        font-size: 20px;
    }
}

@media(max-width:991px){
    .homepro-cateswiper .swiper-slide{
        margin-right: 30px;
    }
    .homegj-box{
        display: block;
    }
    .homegj-boxr{
        position: relative;
    }
    .homepro{
        padding: 40px 0 30px;
    }
    .hometit h3{
        font-size: 24px;
    }
    .homepro-box{
        margin-top: 20px;
    }
    .homepro-w{
        margin-top: 20px;
    }
    .homepro-swiper{
        padding-bottom: 45px;
    }
    .homepro-more a{
        width: 150px;
        height: 50px;
        line-height: 48px;
    }
    .homegj{
        padding-top:40px;
    }
    .homegj-boxl{
        width: 280px;
        height: 280px;
        left: 0;
        
        margin: 0 auto;
        padding:35px;
    }
    .homegj-boxl p {
        margin-top: 15px;
        color: #fff;
        font-size: 14px;
        font-family: "SourceMedium";
        line-height: 24px;
    }
    .homegj-boxl h2{
        font-size: 22px;
        margin-top: 24px;
    }
    .homegj-boxr{
        margin-top: 30px;
    }
    .homecase{
        padding-top: 40px;
    }
    .homecase-w{
        margin-top: 30px;
    }
    .homecase-swiper{
        padding-bottom: 80px;
    }
    .homenews{
        margin-top: 0;
    }
    .homenews-box{
        display: block;
    }
    .homenews-l{
        width: 100%;
        margin-bottom: 30px;
    }
    .homenews-r{
        width: 100%;
    }
    .homenews-llist ul li{
        margin-bottom: 10px;
    }
    .homenews-llist{
        margin-top: 20px;
    }
    .homenews{
        padding-bottom: 40px;
    }
}

@media(max-width:768px){
    .homecase-swiper .swiper-slide{
        width: 100%;
    }
}

@media(max-width:600px){
    .homepro-cate{
        padding: 0 10px;
    }
    .homecase-swiper .homecase-txt {
        position: absolute;
        left: 0;
        bottom: 31px;
        text-align: left;
        background: rgba(33, 172, 161, 0.9);
        padding: 10px;
        width: 210px;
        color: #fff;
        font-family: "SourceRegular";
        font-size: 16px;
    }
}







/* 获得更多支持 */
.home-support{
    background-color: #f8f9fb;
    padding-top: 65px;
    overflow: hidden;
    padding-bottom: 92px;
}
.hsupport-title{
    text-align: center;
    margin-bottom: 58px;
}
.hsupport-title h3{
    line-height: 42px;
    font-size: 42px;
    color: #333;
    font-family: "SourceMedium";
    margin-bottom: 20px;
}
.hsupport-title span{
    font-size: 18px;
    line-height: 24px;
    color: #666;
    font-family: "SourceLight";
}
.hsupport-list{
    display: flex;
    justify-content: center;
    align-items: center;
}
.hsupport-list li{
    margin: 0 155px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.hsupport-icon{
    height: 86px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    transition: all .5s;
}
.hsupport-icon p{
    text-align: center;
    font-size: 18px;
    line-height: 24px;
    color: #000;
    font-family: "SourceLight";
}
.hsupport-list li:hover .hsupport-icon{
    transform: translateY(-10px);
}
@media(max-width: 1200px){
    .hsupport-list li{
        margin: 0 80px;
    }
}
@media(max-width: 991px){
    .home-support{
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .hsupport-title{
        margin-bottom: 28px;
    }
    .hsupport-title h3{
        line-height: 28px;
        font-size: 28px;
        margin-bottom: 12px;
    }
    .hsupport-title span{
        font-size: 16px;
    }
    .hsupport-list li{
        margin: 0 40px;
    }
    .hsupport-icon{
        margin-bottom: 12px;
    }
}
@media(max-width: 559px){
    .hsupport-icon p{
        font-size: 16px;
    }
    .hsupport-list li{
        margin: 0 10px;
    }
}
/* 内页 */
.banner-arrow{
    position: absolute;
    width: 74px;
    height: 74px;
    border-radius: 50%;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 120px;
    bottom: 200px;
    animation: spined 3s linear infinite;
    cursor: pointer;
}
@media(max-width: 1600px){
    .banner-arrow{
        left: 100px;
        bottom: 100px;
    }
}
@media(max-width: 1200px){
    .banner-arrow{
        width: 64px;
        height: 64px;
        left: 70px;
        bottom: 80px;
    }
}
@media(max-width: 991px){
    .banner-arrow{
        width: 52px;
        height: 52px;
    }
}
@media(max-width: 767px){
    .banner-arrow{
        left: 40px;
        bottom: 40px;
    }
}
@media(max-width: 499px){
    .banner-arrow{
        width: 30px;
        height: 30px;
        left: 20px;
        bottom: 20px;
    }
    .banner-arrow img{
        width: 15px;
        height: 15px;
    }
}
/* 公共title */
.inside-title{
    display: flex;
    justify-content: space-between;
    padding-top: 37px;
    padding-bottom: 65px;
    align-items: center;
}
.inside-titleft h3{
    font-size: 72px;
    font-family: "SourceHeavy";
    line-height: 72px;
    display: inline-block;
    padding-right: 45px;
    position: relative;
}
.inside-titleft h3::after{
    position: absolute;
    width: 16px;
    height: 16px;
    content: "";
    border-radius: 50%;
    right: 0px;
    bottom: 6px;
    background-color: #333;
}
.inside-titleft span{
    display: block;
    margin-top: 22px;
    font-size: 30px;
    line-height: 30px;
    font-family: "SourceLight";
}
.inside-titlist{
    display: flex;
    justify-content: flex-end;
}
.inside-titlist li{
    margin-right: 90px;
}
.inside-titlist li:last-child{
    margin-right: 0px;
}
.inside-titlist li a{
    font-size: 18px;
    padding-bottom: 15px;
    line-height: 24px;
    position: relative;
    border-bottom: 1px solid #e2e2e2;
    padding-right: 12px;
    font-family: "SourceLight";
}
.inside-titlist li a::after{
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background-color: #15a99a;
    border-radius: 50%;
    right: 0px;
    top: 1px;
}
.inside-titlist li:hover a, .inside-titlist li.on a{
    color: #15a99a;
}
@media(max-width: 1400px){
    .inside-titlist li{
        margin-right: 50px;
    }
}
@media(max-width: 1200px){
    .inside-titleft h3{
        font-size: 52px;
        line-height: 52px;
    }
    .inside-titleft span{
        font-size: 24px;
        line-height: 24px;
        margin-top: 10px;
    }
}
@media(max-width: 991px){
    .inside-title{
        padding-top: 30px;
        padding-bottom: 28px;
    }
    .inside-titleft{
        width: 100%;
    }
    .inside-titleft h3{
        font-size: 42px;
        line-height: 42px;
    }
    .inside-titleft span{
        font-size: 18px;
        margin-top: 5px;
    }
    .inside-titlist{
        width: 100%;
        justify-content: space-between;
        margin-top: 20px;
    }
    .inside-titlist li{
        margin-right: 0px;
    }
    .inside-titlist li a{
        font-size: 16px;
        padding-bottom: 10px;
        padding-right: 10px;
    }
}
@media(max-width: 449px){
    .inside-titleft h3{
        font-size: 34px;
        line-height: 34px;
        padding-right: 30px;
    }
    .inside-titleft h3::after{
        width: 12px;
        height: 12px;
        bottom: 4px;
    }
}
.about-wrap{
    overflow: hidden;
    padding-bottom: 72px;
}
.about-main{
    display: flex;
    flex-wrap: wrap;
}
.about-left{
    width: 50%;
    padding-right:70px;
}
.about-title h3{
    font-size: 42px;
    line-height: 42px;
    font-family: "SourceMedium";
    margin-bottom: 20px;
}
.about-title span{
    font-size: 36px;
    line-height: 36px;
    font-family: "SourceNormal";
}
.about-info{
    font-size: 16px;
    color: #666;
    font-family: "SourceLight";
    margin-top: 30px;
    line-height: 36px;
}
.about-right{
    width: 50%;
    padding-left: 20px;
    display: flex;
    flex-direction: column;
}
.about-top{
    margin-bottom: 18px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.about-img{
    overflow: hidden;
}
.about-img:first-child{
    width: 35.37%;
}
.about-img:last-child{
    width: 62.44%;
}
.about-img img{
    display: block;
    width: 100%;
    transition: all .5s;
}
.about-bom{
    overflow: hidden;
}
.about-bom img{
    width: 100%;
    transition: all .5s;
}
.about-img:hover img{
    transform: scale(1.1);
}
.about-bom:hover img{
    transform: scale(1.1);
}
@media(max-width: 1400px){
    .about-right{
        padding-left: 0px;
    }
    .about-left{
        padding-right: 40px;
    }
    .about-info{
        line-height: 30px;
    }
}
@media(max-width: 991px){
    .about-wrap{
        padding-bottom: 40px;
    }
    .about-right{
        width: 100%;
    }
    .about-left{
        width: 100%;
        padding-right: 0px;
        margin-bottom: 10px;
    }
    .about-title h3{
        font-size: 28px;
        line-height: 28px;
        margin-bottom: 10px;
    }
    .about-title span{
        font-size: 20px;
        line-height: 20px;
    }
    .about-info{
        margin-top: 10px;
    }
}
@media(max-width: 449px){
    .about-img:first-child{
        width: 100%;
        margin-bottom: 18px;
    }
    .about-img:last-child{
        width: 100%;
    }
}
/* 企业文化 */
.culture-wrap{
    padding-top: 64px;
    overflow: hidden;
    padding-bottom: 88px;
    background-color: #f7f7f7;
}
.culture-title{
    font-size: 42px;
    text-align: center;
    line-height: 42px;
    font-family: "SourceMedium";
}
.culture-list{
    margin-top: 52px;
    margin-left: -15px;
    margin-right: -15px;
}
.culture-item{
    width: 100%;
    position: relative;
    border-radius: 5px;
}
.culture-item .public-img{
    border-radius: 5px;
}
.culture-info{
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    top: 0px;
    left: 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    padding-left: 130px;
    padding-right: 130px;
    transition: all .5s;
}
.culture-info span{
    font-family: "SourceNormal";
    font-size: 36px;
    line-height: 36px;
    margin-top: 20px;
}
.culture-info p{
    text-align: center;
    font-size: 18px;
    margin-top: 0px;
    line-height: 32px;
    height: 0px;
    visibility: hidden;
    transition: all .5s;
    font-family: "SourceNormal";
    opacity: 0;
}
.culture-item:hover .culture-info{
    background-color: #15a99a;
}
.culture-item:hover .culture-info p{
    height: auto;
    visibility: visible;
    opacity: 1;
    margin-top: 35px;
}
.culture-list li{
    padding: 0 15px;
    width: 50%;
    float: left;
}
@media(max-width: 1600px){
    .culture-info{
        padding-left: 50px;
        padding-right: 50px;
    }
    .culture-item:hover .culture-info p{
        margin-top: 25px;
    }
}
@media(max-width: 1400px){
    .culture-item:hover .culture-info p{
        margin-top: 15px;
    }
    .culture-info p{
        font-size: 16px;
        line-height: 28px;
    }
    .culture-info span{
        font-size: 30px;
        line-height: 30px;
        margin-top: 10px;
    }
}
@media(max-width: 1200px){
    .culture-info{
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media(max-width: 991px){
    .culture-list li{
        padding: 0px;
        width: 100%;
        margin-bottom: 20px;
        float: none;
    }
    .culture-list li:last-child{
        margin-bottom: 0px;
    }
    .culture-wrap{
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .culture-title{
        font-size: 28px;
        line-height: 28px;
    }
    .culture-list{
        margin-top: 30px;
        margin-left: 0px;
        margin-right: 0px;
    }
}
@media(max-width: 559px){
    .culture-info{
        position: relative;
        padding: 20px;
        background-color: #15a99a;
        margin-top: 20px;
    }
    .culture-info p{
        height: auto;
        visibility: visible;
        opacity: 1;
        margin-top: 15px;
    }
    .culture-item:hover .culture-info p{
        height: auto;
        visibility: visible;
        opacity: 1;
        margin-top: 15px;
    }
}
.vedio-wrap{
    overflow: hidden;
    padding-top: 95px;
    padding-bottom: 120px;
}
.vedio-img{
    position: relative;
}
.play-wrap{
    position: absolute;
    width: 99px;
    height: 99px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url(../img/play-icon.png) no-repeat center;
    background-size: 100% 100%;
}
@media(max-width: 991px){
    .vedio-wrap{
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .play-wrap{
        width: 48px;
        height: 48px;
    }
}
.history-wrap{
    width: 100%;
    overflow: hidden;
    height: 864px;
    background: url(../img/history-bg.jpg) no-repeat center;
}
.history-title{
    font-size: 42px;
    line-height: 42px;
    color: #fff;
    text-align: center;
    padding-top: 90px;
    margin-bottom: 80px;
    font-family: "SourceMedium";
}
.history-list li{
    display: none;
}
.history-list li.active{
    display: block;
}
.history-main{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-bottom: 122px;
}
.history-left{
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 10px;
}
.history-year{
    width: 354px;
    height: 149px;
    text-align: center;
    border: 4px solid #fff;
    line-height: 141px;
    font-size: 90px;
    font-family: "SourceMedium";
    color: #fff;
}
.history-left i{
    display: block;
    margin-top: 16px;
    width: 4px;
    height: 32px;
    background-color: #fff;
}
.history-left p{
    font-size: 18px;
    color: #fff;
    margin-top: 8px;
    line-height: 36px;
    max-width: 635px;
    text-align: center;
    font-family: "SourceMedium";
}
.history-right{
    display: flex;
    width: 50%;
    justify-content: center;
}
.history-img{
    width: 573px;
    border: 8px solid #fff;
}
.history-swiper{
    padding: 0 32px;
}
.history-swiper::after{
    position: absolute;
    width: calc(100% - 108px);
    height: 1px;
    left: 50%;
    transform: translateX(-50%);
    top: 16px;
    content: "";
    background: url(../img/history-line.png) no-repeat center;
    background-size: 100% 100%;
}
.history-next,.history-prev{
    width: 19px;
    height: 32px;
    background-size: 19px 32px;
    top: 0px;
    transform: translateY(0px);
    margin-top: 0px;
}
.history-next{
    right: 32px;
    background-image: url(../img/history-next.png);
}
.history-prev{
    left: 32px;
    background-image: url(../img/history-prev.png);
}
.swiper-year{
    text-align: center;
    position: relative;
    padding-top: 50px;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    font-family: "SourceMedium";
}
.swiper-year::before{
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #fff;
    top: 11px;
    left: 50%;
    transform: translateX(-50%);
    content: "";
}
.swiper-year::after{
    position: absolute;
    width: 20px;
    height: 20px;
    box-shadow: 0px 0px 10px #fff;
    top: 6px;
    border-radius: 50%;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    background-color: #32ada4;
    border: 3px solid #fff;
    opacity: 0;
} 
.history-swiper .swiper-slide.on .swiper-year::after{
    opacity: 1;
}
.history-swiper .swiper-slide.on .swiper-year::before{
    opacity: 0;
}
/* .history-swiper .swiper-slide.swiper-slide-active .swiper-year::after{
    opacity: 1;
}
.history-swiper .swiper-slide.swiper-slide-active .swiper-year::before{
    opacity: 0;
} */
@media(max-width: 1400px){
    .history-main{
        margin-bottom: 70px;
    }
    .history-swiper{
        padding: 0px;
    }
    .history-wrap{
        height: 820px;
    }
}
@media(max-width: 1200px){
    .history-title{
        margin-bottom: 40px;
    }
    .history-year{
        width: 300px;
        height: 120px;
        font-size: 70px;
        line-height: 112px;
    }
    .history-left p{
        width: 100%;
        padding: 0 10px;
        font-size: 16px;
        line-height: 30px;
    }
    .history-wrap{
        height: 730px;
    }
}
@media(max-width: 991px){
    .history-title{
        margin-bottom: 18px;
        font-size: 28px;
        line-height: 28px;
        padding-top: 40px;
    }
    .history-main{
        margin-bottom: 25px;
    }
    .history-left{
        width: 100%;
        margin-bottom: 20px;
    }
    .history-right{
        width: 100%;
    }
    .history-img{
        width: 100%;
        max-width: 573px;
    }
    .history-year{
        width: auto;
        padding: 10px 35px;
        height: auto;
        font-size: 48px;
        line-height: 52px;
    }
    .history-left i{
        margin-top: 8px;
        height: 23px;
    }
    .history-wrap{
        height: auto;
        padding-bottom: 30px;
    }
    .swiper-year{
        padding-top: 35px;
    }
    .history-left p{
        padding: 0px;
    }
}
@media(max-width:499px){
    .history-year{
        padding: 10px 25px;
        font-size: 38px;
        line-height: 42px;
    }
}
/* 新闻资讯 */
.news-wrap{
    overflow: hidden;
    background-color: #f7f7f7;
}
.news-list li{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 65px;
}
.news-list li:last-child{
    margin-bottom: 0px;
}
.news-img{
    width: 626px;
    overflow: hidden;
}
.news-img img{
    display: block;
    width: 100%;
    transition: all .5s;
}
.news-info{
    width: calc(100% - 626px);
    padding-left: 80px;
    padding-right: 120px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #fff;
    padding-top: 55px;
    padding-bottom: 55px;
}
.news-top span{
    font-size: 16px;
    color: #969696;
    line-height: 24px;
    font-family: "SourceLight";
}
.news-top h3{
    font-size: 24px;
    line-height: 30px;
    font-family: "SourceLight";
    margin-top: 18px;
    margin-bottom: 22px;
}
.news-top p{
    font-size: 16px;
    color: #666;
    line-height: 30px;
    font-family: "SourceLight";
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.news-more{
    display: block;
    width: 122px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    background-color: #15a99a;
    border-radius: 4px;
    color: #fff;
    font-size: 16px;
    font-family: "SourceLight";
    transition: all .5s;
}
.news-list li:hover .news-img img{
    transform: scale(1.1);
}
.news-list li:hover .news-more{
    transform: translateY(-10px);
}
.click-more{
    display: block;
    width: 162px;
    height: 48px;
    line-height: 48px;
    border-radius: 4px;
    text-align: center;
    background-color: #15a99a;
    color: #fff;
    font-family: "SourceLight";
    margin: 0 auto 75px;
}
.news-click{
    margin-top: 74px;
}
@media(max-width: 1600px){
    .news-img{
        width: 48.9%;
    }
    .news-info{
        width: 51.1%;
        padding-left: 60px;
        padding-right: 60px;
    }
}
@media(max-width: 1400px){
    .news-info{
        padding: 40px 50px;
    }
}
@media(max-width: 1200px){
    .news-info{
        padding: 20px 30px;
    }
}
@media(max-width: 991px){
    .news-list li{
        margin-bottom: 30px;
    }
    .news-img{
        width: 100%;
    }
    .news-info{
        width: 100%;
    }
    .news-top h3{
        font-size: 20px;
        margin-top: 8px;
        margin-bottom: 10px;
    }
    .news-more{
        margin-top: 20px;
    }
    .news-click{
        margin-top: 40px;
    }
    .click-more{
        margin-bottom: 40px;
    }
}
@media(max-width: 499px){
    .news-info{
        padding-left: 15px;
        padding-right: 15px;
    }
}
/* 新闻详情 */
.news-detail-main{
    background-color: #fff;
    margin-bottom: 120px;
}
.news-detail-info{
    padding: 90px 0px 75px;
    width: 1360px;
    margin: 0 auto;
}
.news-detail-title{
    font-size: 32px;
    font-family: "SourceLight";
    line-height: 36px;
    text-align: center;
    margin-bottom: 88px;
}
.news-detail-txt p{
    font-size: 16px;
    line-height: 30px;
    color: #666;
    margin-bottom: 30px;
}
.news-detail-txt span{
    font-size: 16px;
    font-family: "SourceRegular";
    color: #333;
    margin-bottom: 30px;
    display: block;
    line-height: 30px;
}
.news-page{
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #e5e5e5;
    padding: 48px 160px 76px;
    justify-content: space-between;
    align-items: center;
}
.news-pageleft{
    width: calc(100% - 130px);
}
.news-pageleft a{
    display: block;
    font-size: 18px;
    color: #333;
    line-height: 36px;
    font-family: "SourceLight";
}
.news-pageleft a:hover{
    color: #15a99a;
}
.news-back{
    width: 100px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    color: #fff;
    background-color: #15a99a;
    font-family: "SourceLight";
    border-radius: 4px;
    cursor: pointer;
}
@media(max-width: 1700px){
    .news-detail-info{
        padding-left: 80px;
        padding-right: 80px;
        width: 100%;
    }
    .news-page{
        padding-left: 80px;
        padding-right: 80px;
    }
}
@media(max-width: 1400px){
    .news-detail-title{
        margin-bottom: 50px;
    }
}
@media(max-width: 1200px){
    .news-detail-info{
        padding-left: 50px;
        padding-right: 50px;
    }
    .news-page{
        padding-left: 50px;
        padding-right: 50px;
    }
}
@media(max-width: 991px){
    .news-detail-info{
        padding: 40px 35px;
    }
    .news-detail-title{
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 20px;
    }
    .news-detail-txt p{
        margin-bottom: 15px;
    }
    .news-page{
        padding: 25px 35px 30px;
    }
    .news-pageleft{
        width: 100%;
        margin-bottom: 20px;
    }
    .news-detail-main{
        margin-bottom: 40px;
    }
    .news-pageleft a{
        font-size: 16px;
        line-height: 30px;
    }
}
@media(max-width: 559px){
    .news-detail-info{
        padding-left: 15px;
        padding-right: 15px;
    }
    .news-page{
        padding: 20px 15px 25px;
    }
}
/* 资质荣誉 */
.honor-list{
    margin-left: -20px;
    margin-right: -20px;
}
.honor-list li{
    padding: 0 20px;
    float: left;
    width: 20%;
    margin-bottom: 50px;
}
.honor-item p{
    margin-top: 18px;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    color: #333;
    font-family: "SourceLight";
    
}
.honor-item img{
   border: 3px solid #babdba;
    
}
.honor-item:hover .public-img img{
    transform: scale(1.1);
    
}
.honor-item:hover p{
    color: #15a99a;
}
.honor-wrap{
    background-color: #fff;
}
@media(max-width: 1400px){
    .honor-list li{
        width: 25%;
    }
}
@media(max-width: 991px){
    .honor-list li{
        width: 50%;
        margin-bottom: 30px;
    }
    .honor-wrap .inside-title{
        margin-bottom: 20px;
    }
}
@media(max-width: 559px){
    .honor-list{
        margin-left: 0px;
        margin-right: 0px;
    }
    .honor-list li{
        width: 100%;
        margin-bottom: 22px;
        padding: 0px;
    }
}
/* 招商加盟 */
.join-wrap{
    background-color: #fff;
    overflow: hidden;
    padding-bottom: 95px;
}
.join-main{
    display: flex;
    flex-wrap: wrap;
}
.join-left{
    width: 50%;
}
.join-right{
    width: 50%;
    display: flex;
    flex-direction: column;
    padding: 35px 50px 18px;
    justify-content: space-between;
}
.join-title h3{
    font-size: 30px;
    color: #333;
    margin-top: 24px;
    line-height: 30px;
    font-family: "SourceRegular";
    margin-bottom: 30px;
}
.join-top p{
    font-size: 18px;
    color: #333;
    line-height: 36px;
    font-family: "SourceLight";
}
.join-list{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.join-list li{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: calc(33.33% - 42px);
}
.join-list li:last-child{
    margin-right: 0px;
}
.join-list li img{
    transition: all .5s;
}
.join-list li p{
    font-size: 16px;
    line-height: 30px;
    font-family: "SourceLight";
    margin-top: 10px;
    text-align: center;
}
.join-list li:hover img{
    transform: translateY(-8px);
}
.join-left:hover .public-img img{
    transform: scale(1.1);
}
.join-progress{
    height: 580px;
    overflow: hidden;
    background: url(../img/join-progress-bg.jpg) no-repeat center;
    background-size: 100% 100%;
    width: 100%;
    padding-top: 75px;
}
.join-progress h3{
    font-size: 30px;
    color: #fff;
    line-height: 30px;
    text-align: center;
    font-family: "SourceRegular";
    margin-bottom: 68px;
}
.progress-list{
    display: flex;
    align-items: center;
    justify-content: center;
}
.progress-list li{
    margin: 0 6px;
    width: 257px;
    height: 257px;
    border-radius: 50%;
    border: 2px solid transparent;
    transition: all .5s;
    padding: 14px;
    display: flex;
}
.progress-item{
    width: 100%;
    height: 100%;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #777777;
    justify-content: center;
    transition: all .5s;
}
.progress-icon{
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
}
.progress-item p{
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    min-height: 60px;
    padding: 0 22px;
    text-align: center;
}
.progress-list li:hover{
    border-color: #15a99a;
}
.progress-list li:hover .progress-item{
    background-color: #15a99a;
}
@media(max-width: 1700px){
    .join-right{
        padding-top: 10px;
        padding-right: 0px;
        padding-bottom: 0px;
    }
    .join-list li{
        width: calc(33.33% - 24px);
    }
}
@media(max-width: 1600px){
    .join-title h3{
        margin-top: 10px;
        margin-bottom: 18px;
    }
    .join-top p{
        font-size: 16px;
        line-height: 28px;
    }
    .join-list li{
        width: calc(33.33% - 15px);
    }
    .progress-list li{
        width: 240px;
        height: 240px;
        padding: 10px;
    }
    .join-progress{
        height: 540px;
    }
}
@media(max-width: 1400px){
    .progress-list li{
        width: 220px;
        height: 220px;
        margin: 0 4px;
    }
}
@media(max-width: 1200px){
    .join-left{
        width: 100%;
        margin-bottom: 20px;
    }
    .join-right{
        width: 100%;
        padding-left: 0px;
    }
    .join-list{
        margin-top: 20px;
    }
    .join-list li p{
        min-height: 60px;
    }
    .join-list li{
        width: calc(33.33% - 40px);
    }
    .progress-list{
        flex-wrap: wrap;
    }
    .join-progress h3{
        margin-bottom: 35px;
    }
    .join-progress{
        height: auto;
        padding-bottom: 30px;
    }
}
@media(max-width: 991px){
    .join-wrap{
        padding-bottom: 35px;
    }
    .join-progress{
        padding-top: 35px;
    }
    .join-progress h3{
        font-size: 28px;
        line-height: 28px;
        margin-bottom: 25px;
    }
}
@media(max-width: 599px){
    .join-list{
        flex-wrap: wrap;
        margin-top: 12px;
    }
    .join-list li{
        width: 100%;
        margin-bottom: 10px;
    }
    .join-list li:last-child{
        margin-bottom: 0px;
    }
    .join-list li p{
        min-height: 30px;
    }
    .progress-list li{
        width: 200px;
        height: 200px;
    }
    .progress-item p{
        font-size: 14px;
        line-height: 24px;
        min-height: 48px;
    }
    .join-title h3{
        font-size: 28px;
    }
}
/* 欧尚管家 */
.european-main{
    display: flex;
    flex-wrap: wrap;
}
.european-right{
    width: 50%;
}
.european-left{
    width: 50%;
    padding-right: 82px;
}
.european-left p{
    font-size: 18px;
    font-family: "SourceLight";
    line-height: 36px;
    margin-bottom: 35px;
}
.european-left p:last-child{
    margin-bottom: 0px;
}
.european-bom{
    background-color: #f7f7f7;
    padding-top: 62px;
    padding-bottom: 30px;
    overflow: hidden;
}
.european-list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.european-list li{
    padding: 0 60px;
    width: calc(33.33% - 35px);
    display: flex;
    flex-direction: column;
    align-items: center;
}
.european-list li:last-child{
    margin-right: 0px;
}
.european-icon{
    height: 62px;
}
.european-icon img{
    transition: all .5s;
}
.european-list li h3{
    margin-top: 30px;
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 40px;
    font-family: "SourceLight";
}
.european-list li p{
    font-size: 18px;
    line-height: 36px;
    min-height: 180px;
    font-family: "SourceLight";
    text-align: center;
}
.european-icon:hover img{
    transform: translateY(-8px);
}
@media(max-width: 1600px){
    .european-list li{
        padding: 0 30px;
        width: calc(33.33% - 20px);
    }
    .european-left p{
        margin-bottom: 10px;
    }
    .european-left{
        padding-right: 50px;
    }
}
@media(max-width: 1200px){
    .european-list li{
        padding: 0px;
        width: calc(33.33% - 20px);
    }
    .european-left p{
        font-size: 16px;
        line-height: 30px;
    }
    .european-list li p{
        font-size: 16px;
        line-height: 30px;
        min-height: 150px;
    }
}
@media(max-width: 991px){
    .european-left{
        width: 100%;
        padding-right: 0px;
    }
    .european-right{
        width: 100%;
        margin-top: 20px;
    }
    .european-bom{
        padding-top: 35px;
        padding-bottom: 20px;
    }
    .european-list li{
        width: 100%;
        margin-bottom: 15px;
    }
    .european-list li p{
        min-height: 30px;
    }
    .european-list li h3{
        margin-top: 15px;
        margin-bottom: 10px;
        font-size: 20px;
        line-height: 20px;
    }
}






/********技术支持********/
.wtech{
    padding: 55px 0 100px;
    border-top: 1px solid #e2e2e2;
}
.wtech-tit{
    padding: 0 314px;
}
.wtech-tit h3{
    font-size: 32px;
    font-family: "SourceLight";
    text-align: center;
}
.wtech-tit p{
    font-size: 18px;
    font-family: "SourceLight";
    margin-top: 40px;
    text-align: center;
    line-height: 35px;
}
.wtech-box ul li{
    display: flex;
}
.wtech-box{
    margin-top: 130px;
}
.wtech-l img{
    width: 100%;
    transition: all 0.5s;
}
.wtech-l:hover img{
    transform: scale(1.1);
}
.wtech-l{
    overflow: hidden;
    width: 50%;
}
.wtech-r{
    width: 50%;
    padding: 30px 110px 0;
}
.wtech-r h3{
    font-size: 20px;
    font-family: "SourceRegular";
    margin-top: 35px;
}
.wtech-r p{
    margin-top: 50px;
    line-height: 35px;
    font-family: "SourceLight";
}
@media(max-width:1700px){
    .wtech-r {
        width: 50%;
        padding:30px 30px 0 50px;
    }
    .wtech-r p{
        margin-top: 15px;
    }
}   
@media(max-width:1600px){
    .wtech-r {
        width: 50%;
        padding: 15px 15px 0 30px;
    }
    .wtech-tit{
        padding: 0 100px;
    }
}
@media(max-width:1400px){
    .wtech-r {
        width: 50%;
        padding: 15px 15px 0 30px;
    }
    .wtech-r h3{
        margin-top: 15px;
    }
    .wtech-r p{
        line-height: 28px;
    }
}

@media(max-width:1200px){
    .wtech-r {
        width: 50%;
        padding: 15px 15px 0 20px;
    }
    .wtech-r h3{
        margin-top: 15px;
    }
    .wtech-r p{
        line-height: 24px;
        font-size: 14px;
    }
}
@media(max-width:991px){
    .wtech{
        padding:40px 0 30px;
    }
    .wtech-tit{
        padding: 0 15px;
    }
    .wtech-tit p{
        margin-top: 15px;
        font-size: 16px;
        line-height: 30px;
    }
    .wtech-box ul li{
        flex-wrap: wrap;
        margin-bottom: 20px;
    }
    .wtech-l{
        width: 100%;
    }
    .wtech-r{
        width: 100%;
        padding: 20px 0 0;
    }
    .wtech-box{
        margin-top: 30px;
    }
    .two-wtech{
        flex-direction: column-reverse;
    }
}
/* 产品详情 */
.pnav-item{
    padding-bottom: 15px;
    margin-right: 60px;
}
.pnav-item a{
    font-size: 18px;
    line-height: 24px;
    position: relative;
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 14px;
    padding-right: 12px;
    color: #333;
    font-family: "SourceLight";
}
.pnav-item a::after{
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background-color: #15a99a;
    border-radius: 50%;
    right: 0px;
    top: 1px;
}
.pnav-item{
    position: relative;
}
.pnav-item::before{
    position: absolute;
    content: "";
    height: 1px;
    width: 80px;
    background-color: #e2e2e2;
    bottom: 0px;
    left: 0px;
    display: none;
}
.pro-navwrSwiper .swiper-slide.pnav-on .pnav-item a{
    color: #15a99a;
}
.pro-navwrSwiper .swiper-slide.pnav-on .pnav-item::before{
    background-color: #15a99a;
}
.pro-navwrSwiper .swiper-slide{
    width: auto;
    margin-right: 20px;
}
.pnav-item:hover a{
    color: #15a99a;
}
.pnav-item:hover::before{
    background-color: #15a99a;
}
.inside-titright{
    display: flex;
    justify-content: flex-end;
}
.pro-navwr{
    width: 62%;
}
.pro-navwr .swiper-slide a{
    white-space: nowrap;
}
@media(max-width: 991px){
    .pro-navwr{
        width: 100%;
        margin-top: 15px;
    }
    .inside-title{
        flex-wrap: wrap;
    }
}
.pro-detailtop{
    display: flex;
    margin-bottom: 40px;
    flex-wrap: wrap;
}
.pro-detailleft{
    width: 50%;
}
.pro-detailright{
    width: 50%;
    padding-left: 65px;
    padding-right: 100px;
    padding-top: 88px;
    background-color: #fff;
}
.pro-detailright h3{
    font-size: 32px;
    font-family: "SourceRegular";
    line-height: 32px;
    padding-bottom: 20px;
    position: relative;
    margin-bottom: 50px;
}
.pro-detailright h3::after{
    position: absolute;
    width: 34px;
    content: "";
    height: 4px;
    background-color: #15a99a;
    bottom: 0px;
    left: 0px;
}
.pro-detaildes{
    font-family: "SourceLight";
    font-size: 18px;
    line-height: 32px;
    color: #666;
    margin-bottom: 68px;
}
.buy-contact{
    display: flex;
    background-color: #15a99a;
    align-items: center;
    justify-content: center;
    width: 155px;
    height: 48px;
    transition: all .5s;
    border-radius: 4px;
}
.buy-contact span{
    font-size: 18px;
    font-family: "SourceLight";
    color: #fff;
    padding-right: 12px;
}
.buy-contact:hover{
    transform: translateY(-8px);
}
.pro-detailleft:hover .public-img img{
    transform: scale(1.1);
}
@media(max-width: 1700px){
    .pro-detailright{
        padding-top: 50px;
    }
    .pro-detailright h3{
        margin-bottom: 30px;
    }
    .pro-detaildes{
        margin-bottom: 40px;
    }
}
@media(max-width: 1400px){
    .pro-detailright{
        padding-top: 40px;
        padding-left: 30px;
        padding-right: 30px;
    }
    .pro-detailright h3{
        margin-bottom: 18px;
    }
    .pro-detaildes{
        margin-bottom: 30px;
        font-size: 16px;
        line-height: 30px;
    }
}
@media(max-width: 1200px){
    .pro-detailleft{
        width: 100%;
    }
    .pro-detailright{
        width: 100%;
        padding-bottom: 30px;
    }
}
@media(max-width: 991px){
    .pro-detailright{
        padding-top: 10px;
    }
    .pro-detailright h3{
        font-size: 28px;
        line-height: 28px;
        padding-bottom: 15px;
        margin-bottom: 10px;
    }
}
@media(max-width:449px){
    .pro-detailright{
       padding-left: 15px;
       padding-right: 15px;
    }
    .pro-detaildes{
        margin-bottom: 20px;
    }
    .pro-detailtop{
        margin-bottom: 30px;
    }
}
.pro-detailcenter{
    display: flex;
    flex-wrap: wrap;
    padding-top: 88px;
    align-items: flex-start;
    background-color: #fff;
    padding-bottom: 40px;
}
.pdetailcenter-left{
    width: 67.5%;
    padding-left: 95px;
    padding-right: 90px;
}
.pdetailcenter-right{
    width: 32.5%;
    padding-top: 15px;
}
.pdetailcenter-left h3{
    font-size: 32px;
    line-height: 32px;
    font-family: "SourceRegular";
    margin-bottom: 46px;
}
.pdetailcenter-des{
    font-size: 18px;
    line-height: 32px;
    font-family: "SourceRegular";
}
.pro-detailbom{
    margin-bottom: 70px;
}
@media(max-width: 1600px){
    .pdetailcenter-left{
        width: 62%;
        padding-left: 50px;
        padding-right: 50px;
    }
    .pdetailcenter-right{
        width: 38%;
        padding-top: 0px;
    }
}
@media(max-width: 1200px){
    .pdetailcenter-left{
        width: 100%;
    }
    .pdetailcenter-right{
        width: 100%;
        margin-top: 20px;
        padding: 0 50px;
    }
}
@media(max-width: 991px){
    .pro-detailcenter{
        padding-top: 40px;
    }
    .pdetailcenter-left{
        padding: 0 30px;
    }
    .pdetailcenter-right{
        padding: 0 30px;
    }
    .pdetailcenter-left h3{
        font-size: 28px;
        line-height: 28px;
        margin-bottom: 20px;
    }
    .pro-detailbom{
        margin-bottom: 40px;
    }
}
@media(max-width: 499px){
    .pro-detailcenter{
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .pdetailcenter-left{
        padding: 0 15px;
    }
    .pdetailcenter-right{
        padding: 0 15px;
    }
    .pdetailcenter-des{
        font-size: 16px;
        line-height: 30px;
    }
}
.pro-toplist{
    margin-bottom: 72px;
}
.pro-toplist li{
    width: 100%;
    display: none;
}
.pro-toplist li.on{
    display: block;
}
.pro-wrap{
    background-color: #fafafa;
}
.pro-item{
    position: relative;
    width: 100%;
    margin-bottom: 30px;
}
.pro-item p{
    position: absolute;
    width: 100%;
    left: 0px;
    bottom: 0px;
    display: flex;
    align-items: center;
    height: 90px;
    font-size: 18px;
    line-height: 32px;
    justify-content: center;
    font-family: "SourceLight";
    color: #fff;
    background-color: #15a99a;
    opacity: 0;
    font-size: 0px;
    transition: all .5s;
}
.pro-item:hover p{
    opacity: 1;
    font-size: 18px;
}
.pro-item:hover .public-img img{
    transform: scale(1.1);
}
.pros-click{
    margin-top: 32px;
    margin-bottom: 100px;
}
@media(max-width: 1400px){
    .pro-item p{
        height: 62px;
        line-height: 30px;
        font-size: 16px;
    }
}
@media(max-width: 991px){
    .pro-toplist{
        margin-bottom: 34px;
    }
    .pros-click{
        margin-top: 10px;
        margin-bottom: 40px;
    }
}
.equip-list{
    margin-left: -12px;
    margin-right: -12px;
}
.equip-list li{
    width: 25%;
    padding: 0 12px;
    float: left;
    margin-bottom: 62px;
}
.equip-img{
    position: relative;
    width: 100%;
    border: 4px solid transparent;
    transition: all .5s;
}
.equip-item:hover .equip-img{
    border-color: #15a99a;
}
.equip-item:hover .public-img img{
    transform: scale(1.1);
}
.equip-click{
    margin-top: 6px;
    margin-bottom: 82px;
}
@media(max-width: 1200px){
    .equip-list li{
        margin-bottom: 40px;
    }
    .equip-click{
        margin-top: 20px;
    }
}
@media(max-width: 991px){
    .equip-list li{
        width: 50%;
        margin-bottom: 30px;
    }
    .equip-click{
        margin-top: 10px;
        margin-bottom: 40px;
    }
}
@media(max-width: 559px){
    .equip-list li{
       width: 100%;
       padding: 0px;
       margin-bottom: 20px;
       float: none;
    }
    .equip-list{
        margin-left: 0px;
        margin-right: 0px;
    }
}
.case-list{
    margin-left: -45px;
    margin-right: -45px;
}
.case-list li{
    width: 33.33%;
    padding: 0 45px;
    float: left;
    margin-bottom: 46px;
}
.case-img{
    position: relative;
    width: 100%;
    border: 4px solid transparent;
    transition: all .5s;
}
.case-item:hover .case-img{
    border-color: #15a99a;
}
.case-item:hover .public-img img{
    transform: scale(1.1);
}
.case-click{
    margin-top: 18px;
    margin-bottom: 68px;
}
.case-item p{
    padding-top: 26px;
    line-height: 24px;
    font-size: 18px;
    text-align: center;
}
.case-item:hover p{
    color: #15a99a;
}
@media(max-width: 1600px){
    .case-list{
        margin-left: -35px;
        margin-right: -35px;
    }
    .case-list li{
        padding: 0 35px;
    }
}
@media(max-width: 1400px){
    .case-list{
        margin-left: -20px;
        margin-right: -20px;
    }
    .case-list li{
        padding: 0 20px;
    }
}
@media(max-width: 991px){
    .case-list{
        margin-left: 0px;
        margin-right: 0px;
    }
    .case-list li{
        width: 100%;
        float: none;
        margin-bottom: 25px;
        padding: 0px;
    }
    .case-item p{
        padding-top: 22px;
    }
    .case-click{
        margin-top: 20px;
        margin-bottom: 40px;
    }
}
.contact-title{
    font-size: 32px;
    line-height: 32px;
    font-family: "SourceLight";
    margin-bottom: 32px;
}
.contact-main{
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 165px;
    align-items: flex-start;
}
.contact-left{
    width: 50%;
    padding-right: 80px;
}
.contact-right{
    width: 50%;
    margin-top: 66px;
    border-left: 8px solid #047c70;
    height: 595px;
    padding-left: 105px;
    background: url(../img/contact-bg.jpg) no-repeat center;
}
.contact-top{
    color: #fff;
    font-family: "SourceMedium";
    padding-top: 68px;
    margin-bottom: 60px;
}
.contact-top h3{
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 15px;
}
.contact-top span{
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
}
.contact-pos{
    margin-top: 25px;
    display: flex;
    align-items: center;
    color: #333;
    font-size: 18px;
}
.contact-pos p{
    margin-left: 18px;
}
.contact-bom{
    color: #fff;
    font-family: "SourceMedium";
}
.contact-bom h3{
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 10px;
}
.contact-bom h2{
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 10px;
}
.contact-bom span{
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
}
.contact-phone{
    margin-top: 12px;
}
.contact-phone p{
    font-size: 32px;
}
.contact-input{
    width: 100%;
    display: flex;
    border: 1px solid #d3d9de;
    height: 60px;
    border-radius: 2px;
    padding-top: 6px;
    padding-left: 25px;
    margin-bottom: 13px;
}
.contact-input i{
    color: #84939f;
    font-style: normal;
    font-size: 16px;
    font-family: "SourceLight";
    line-height: 36px;
}
.contact-input input{
    border: none;
    width: calc(100% - 20px);
    line-height: 36px;
    height: 36px;
    color: #84939f;
    font-family: "SourceLight";
}
.contact-input select{
    border: none;
    width: calc(100% - 20px);
    line-height: 36px;
    height: 36px;
    color: #84939f;
    font-family: "SourceLight";
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.contact-text{
    height: auto;
    min-height: 134px;
    padding-bottom: 6px;
    margin-bottom: 0px;
}
.contact-input textarea{
    border: none;
    width: calc(100% - 20px);
    line-height: 36px;
    resize: none;
    color: #84939f;
    font-family: "SourceLight";
}
.contact-item{
    margin-bottom: 62px;
}
.contact-input input::-webkit-input-placeholder{
    color:#84939f;
    font-family: "SourceLight";
}
.contact-input input::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color:#84939f;
    font-family: "SourceLight";
}
.contact-input input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color:#84939f;
    font-family: "SourceLight";
}
.contact-input input:-ms-input-placeholder{  /* Internet Explorer 10-11 */
    color:#84939f;
    font-family: "SourceLight";
}
.option{
    position: relative;
}

/*.option:after{*/
/*    !*content: "";*!*/
/*    !*width: 14px;*!*/
/*    !*height: 8px;*!*/
/*    !*!*background: url('../img/contact-select.png') no-repeat center;*!*!*/
/*    !*!*通过定位将图标放在合适的位置*!*!*/
/*    !*position: absolute;*!*/
/*    !*right: 70px;*!*/
/*    !*top: 41%;*!*/
/*    !*pointer-events: none;*!*/
/*  }*/
  .contact-item button{
      width: 133px;
      height: 48px;
      background: #15a99a;
      color: #fff;
      border-radius:30px;
      border:none;
      margin-top: 15px;
  }
  @media(max-width:1400px){
    .contact-bom h2 {
        font-size: 24px;
        line-height: 24px;
        margin-bottom: 10px;
    }
    .contact-top h3 {
        font-size: 26px;
        line-height: 26px;
        margin-bottom: 15px;
    }
  }
  @media(max-width:1200px){
    .contact-left{
        width: 100%;
    }
    .contact-right{
        width: 100%;
    }
  }
  @media(max-width:991px){
    .contact-left{
        width: 100%;
        padding-right: 0;
    }
    .contact-right{
        width: 100%;
    }
    .contact-right{
        padding-left: 15px;
    }
    .contact-title{
        font-size: 24px;
    }
    .contact-item{
        margin-bottom: 30px;
    }
    .contact-right{
        margin-top: 15px;
    }
    .contact-main{
        padding-bottom: 45px;
    }
  }
.dc-phone {
    display: none;
}
@media (max-width: 991px) {
    .dc-phone {
        display: block;
    }

    .dc-pc {
        display: none;
    }
}

.about-dess img{
    max-width: 100%;
}
  